ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPAlt<T> Class / ImGearXMPAlt<T> Constructor / ImGearXMPAlt<T> Constructor()




In This Topic
    ImGearXMPAlt<T> Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPAlt<T> class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPAlt(Of T)()
    public ImGearXMPAlt<T>()
    public: ImGearXMPAlt<T>();
    public:
    ImGearXMPAlt<T>();

    Return Value

    New instance of ImGearXMPAlt<T> generic class object.
    Remarks
    This constructor creates an empty instance of ImGearXMPAlt<T> generic class.
    See Also